-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add curl_command as serverspec extension #89
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think explicitly opting in can make sense, but I'd like to see it documented (for example in README).
end | ||
|
||
def body_as_json | ||
MultiJson.load(body) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note to self: serverspec itself now depends on multi_json
so this should be acceptable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd still like to see some instructions on using it, probably in README
@ekohl added README |
20a8256
to
2e55623
Compare
The docs and the loading are not in sync (docs say default, code doesn't load by default) |
otherwise the module is not found and Puppet reaches out to the forge
No description provided.